home *** CD-ROM | disk | FTP | other *** search
/ The National Palace Museum Experience / The National Palace Museum Experience.iso / Programs / Object.dxr / 00089.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  480 b   |  17 lines

  1. on prepareFrame
  2.   set the visible of sprite 2 to 0
  3.   set the volume of sound 1 to 80
  4. end
  5.  
  6. on exitFrame
  7.   global objnum
  8.   set the cursor of sprite 2 to 200
  9.   set the visible of sprite 1 to 0
  10.   set horizontal to the width of member "CloseView" / 2
  11.   set vertical to the height of member "CloseView" / 2
  12.   set the regPoint of member "CloseView" to point(horizontal, vertical)
  13.   initial()
  14.   playthesound(2, "..\Audio\Object\" & objnum & ".wav")
  15.   set the visible of sprite 2 to 1
  16. end
  17.